Critical Error Code
Error codes for critical errors
The device might report these fault codes on the screen.
If you encounter a fault code, please post on the meshtastic.discourse.group
and we'll try to help.
Content copied to clipboard
meshtastic.CriticalErrorCode
Entries
Properties
Link copied to clipboard
We detected that the main CPU voltage dropped below the minimum acceptable value
Content copied to clipboard
BROWNOUT = 9;
Link copied to clipboard
Corruption was detected on the flash filesystem but we were able to repair things.
If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
Content copied to clipboard
FLASH_CORRUPTION_RECOVERABLE = 12;
Link copied to clipboard
Corruption was detected on the flash filesystem but we were unable to repair things.
NOTE: Your node will probably need to be reconfigured the next time it reboots (it will lose the region code etc...)
If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
Content copied to clipboard
FLASH_CORRUPTION_UNRECOVERABLE = 13;
Link copied to clipboard
The channel tried to set a radio setting which is not supported by this chipset,
radio comms settings are now undefined.
Content copied to clipboard
INVALID_RADIO_SETTING = 7;
Link copied to clipboard
This board was expected to have a power management chip and it is missing or broken
Content copied to clipboard
NO_AXP192 = 6;
Link copied to clipboard
No Lora radio hardware could be found
Content copied to clipboard
NO_RADIO = 3;
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
NONE = 0;
Link copied to clipboard
A (likely software but possibly hardware) failure was detected while trying to send packets.
If this occurs on your board, please post in the forum so that we can ask you to collect some information to allow fixing this bug
Content copied to clipboard
RADIO_SPI_BUG = 11;
Link copied to clipboard
A software bug was detected on entry to sleep
Content copied to clipboard
SLEEP_ENTER_WAIT = 2;
Link copied to clipboard
Selftest of SX1262 radio chip failed
Content copied to clipboard
SX1262_FAILURE = 10;
Link copied to clipboard
Radio transmit hardware failure. We sent data to the radio chip, but it didn't
reply with an interrupt.
Content copied to clipboard
TRANSMIT_FAILED = 8;
Link copied to clipboard
A software bug was detected while trying to send lora
Content copied to clipboard
TX_WATCHDOG = 1;
Link copied to clipboard
We failed while configuring a UBlox GPS
Content copied to clipboard
UBLOX_UNIT_FAILED = 5;
Link copied to clipboard
Not normally used
Content copied to clipboard
UNSPECIFIED = 4;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.